Skip to content

Commit

Permalink
1.7.7: straddle csize
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Oct 25, 2019
1 parent e72d238 commit b2d0186
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ It just **bumps** the value of the `version` in your `.nimble` file, commits it,

For an explanation of the "social contract" that is semantic versioning, see https://semver.org/

**Note:** I only test bump on Linux, but I'm not aware of any platform-specific
code in the tool.

**Note:** I only test bump on `git v2.23.0` and bump does not work on `git v2.17.0` due to missing `git branch --show-current`. This will be fixed presently.
**Note:** I only test bump on Linux against `git v2.23.0`, but I'm not aware
of any platform-specific code in the tool and bump seems to work against `git
v2.17.0`.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions bump.nimble
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version = "1.7.6"
version = "1.7.7"
author = "disruptek"
description = "a tiny tool to bump nimble versions"
license = "MIT"
requires "nim >= 0.20.0"
requires "cligen >= 0.9.39"
requires "cligen >= 0.9.40"

bin = @["bump"]

0 comments on commit b2d0186

Please sign in to comment.