We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307222e commit e58f0c2Copy full SHA for e58f0c2
git_utils
@@ -3,7 +3,7 @@
3
# Common methods for use with git scripts.
4
# Open-sourced at https://github.com/cooperka/build-scripts.
5
6
-BUILD_SCRIPT_VERSION=2.5.0
+BUILD_SCRIPT_VERSION=2.5.1
7
8
# Load custom settings.
9
source ./git_utils.cfg
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bash-git-utils",
- "version": "2.5.0",
+ "version": "2.5.1",
"description": "Some simple utility scripts for git-based build/deploy automation.",
"main": "none",
"tags": [
0 commit comments