Skip to content

Commit

Permalink
Bump version & cligen-version pre-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Jan 24, 2023
1 parent e046e51 commit 817b7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adix.nimble
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Package
version = "0.4.6"
version = "0.4.7"
author = "Charles Blake"
description = "An Adaptive Index Library for Nim"
license = "MIT/ISC"

# Deps
requires "nim >= 1.2.0"
requires "cligen >= 1.5.37"
requires "cligen >= 1.5.38"
skipDirs = @[ "tests" ]

bin = @[
Expand Down

0 comments on commit 817b7ce

Please sign in to comment.