Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
odedlaz committed Sep 18, 2017
1 parent 4f4f440 commit d4f48dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
message = Bump version: {current_version} → {new_version}
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize = {major}.{minor}.{patch}

[bumpversion:file:include/version.h]

[bumpversion:file:README.md]

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A tool that is easy to configure & runs the target binary with requested owner:g
$ runas
Usage: bin/runas user-spec command [args]

version: 0.1.2, license: MIT
version: 0.1.3, license: MIT
```

It just lets you run binaries:
Expand Down
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#pragma once
#define VERSION "0.1.2"
#define VERSION "0.1.3"

0 comments on commit d4f48dc

Please sign in to comment.