Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
gitflow
/
5cdfc2f4b2a671e2b2fbf84c883d7d5952979659
/
.
/
bump-version
blob: a5be835f80b9cea338b40ae92a23cde62cf067b5 [
file
] [
log
] [
blame
]
#!/bin/sh
usage
()
{
echo
"usage: bump-version <version-id>"
}
if
[
$
# -ne 1 ]; then
usage
exit
1
fi
echo
"GITFLOW_VERSION=$1"
>
gitflow
-
version