diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-05-18T17·37+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-05-18T17·41+0200 |
commit | f79b261079336cd36bc923e8cf7f35f7295820ce (patch) | |
tree | c8543211c23ea6d84ef6345a9ae25d18c7bd1249 /kontemplate.frm | |
parent | aadea2f698fedf5423184b854913d126a6219fb5 (diff) |
chore: Version bump to 1.0.2
Diffstat (limited to 'kontemplate.frm')
-rw-r--r-- | kontemplate.frm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontemplate.frm b/kontemplate.frm index 2e200ccb0330..e8e1ff390b0d 100644 --- a/kontemplate.frm +++ b/kontemplate.frm @@ -73,7 +73,7 @@ action: echo 'nameserver 8.8.8.8' > /etc/resolv.conf apt-get update && apt-get install -y git ca-certificates mkdir -p /go/src/github.com/tazjin - git clone --single-branch --branch v1.0.1 https://github.com/tazjin/kontemplate /go/src/github.com/tazjin/kontemplate + git clone --single-branch --branch v1.0.2 https://github.com/tazjin/kontemplate /go/src/github.com/tazjin/kontemplate cd /go/src/github.com/tazjin/kontemplate ./build-release.sh build outputs: |