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 23, 2024
1 parent c217fba commit 81a7f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nio.nimble
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Package
version = "0.6.11"
version = "0.7.0"
author = "Charles Blake"
description = "Low Overhead Numerical/Native IO library & tools"
license = "MIT/ISC"

# Deps
requires "nim >= 1.6.12"
requires "cligen >= 1.6.18"
requires "cligen >= 1.7.1"

bin = @[
"nio", # A big binary file manipulating multi-command
Expand Down

0 comments on commit 81a7f8e

Please sign in to comment.