Skip to content

Commit

Permalink
🔖 Bump version: 1.0.5 → 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Sep 28, 2020
1 parent 55745e2 commit ecfec94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[bumpversion]
current_version = 1.0.5
current_version = 1.0.6
commit = True
message = :bookmark: Bump version: {current_version} → {new_version}
tag = True

[bumpversion:file:pathmod_rc]

2 changes: 1 addition & 1 deletion pathmod_rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Add Global variables
PATHMOD_PROGNAME="pathmod"
PATHMOD_CONFIG_FILE_NAME="${HOME}/.pathmod_cfg"
PATHMOD_VERSION="1.0.5"
PATHMOD_VERSION="1.0.6"

# Unset previously set functions and aliases
unset -f _pathmod_load_config_vars 2> /dev/null
Expand Down

0 comments on commit ecfec94

Please sign in to comment.