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 Apr 9, 2024
1 parent 9fc5e0f commit bc3a2c8
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.11"
version = "0.5.12"
author = "Charles Blake"
description = "An Adaptive Index Library for Nim"
license = "MIT/ISC"

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

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

0 comments on commit bc3a2c8

Please sign in to comment.