functions: 0.0.39 release

This commit is contained in:
Travis Reeder
2016-10-18 16:04:22 -07:00
parent 3433f1756c
commit 1f6b0b3ad7
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import (
)
// Version of IronFunctions
var Version = "0.0.35"
var Version = "0.0.39"
func handleVersion(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{"version": Version})

2
release.sh Normal file → Executable file
View File

@@ -15,7 +15,7 @@ perl -i -pe 's/\d+\.\d+\.\K(\d+)/$1+1/e' $version_file
version=$(grep -m1 -Eo "[0-9]+\.[0-9]+\.[0-9]+" $version_file)
echo "Version: $version"
./scripts/build-docker.sh
make build-docker
git add -u
git commit -m "$service: $version release"