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 Feb 22, 2024
1 parent 857cdc7 commit 1fcb71a
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.10"
version = "0.5.11"
author = "Charles Blake"
description = "An Adaptive Index Library for Nim"
license = "MIT/ISC"

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

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

0 comments on commit 1fcb71a

Please sign in to comment.