Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
gitflow
/
a676509a4afd4c53f0fd905b86fa2bca8710867c
/
.
/
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