Skip to content

Commit

Permalink
Merge release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
albertrdixon committed Sep 29, 2015
2 parents 6f30a30 + 226011d commit 966169a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ package: build
@for p in $(PLATFORMS) ; do \
echo "==> Tar'ing up $$p/amd64 binary" ; \
test -f bin/$(EXECUTABLE)-$$p && \
tar czf $(EXECUTABLE)-$$p.tgz bin/$(EXECUTABLE)-$$p ; \
mv bin/$(EXECUTABLE)-$$p t2 && \
tar czf $(EXECUTABLE)-$$p.tgz t2 ; \
done

clean:
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package tmplnator

// Version is the version
const Version = "v2.2.0"
const Version = "v2.2.1"
1 change: 1 addition & 0 deletions helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func newFuncMap(f *FileInfo) map[string]interface{} {
"-e": exists,
"has_key": hasKey,
"def": def,
"default": def,
"url": parseURL,
"sha": hash,
"downcase": downcase,
Expand Down

0 comments on commit 966169a

Please sign in to comment.