Skip to content

Commit

Permalink
Bump versions pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Jan 16, 2024
1 parent 4f4e502 commit 857cdc7
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.5.9"
version = "0.5.10"
author = "Charles Blake"
description = "An Adaptive Index Library for Nim"
license = "MIT/ISC"

# Deps
requires "nim >= 2.0.0"
requires "cligen >= 1.6.15"
requires "cligen >= 1.6.18"
skipDirs = @[ "tests" ]

# Older Nim must use adix < 0.5.5 & comment out the below `bin`.
Expand Down

0 comments on commit 857cdc7

Please sign in to comment.