Explorar o código

Bump version to 0.4.4

Solomon Hykes %!s(int64=12) %!d(string=hai) anos
pai
achega
02f0c1e46d
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 3 0
      CHANGELOG.md
  2. 1 1
      commands.go

+ 3 - 0
CHANGELOG.md

@@ -1,5 +1,8 @@
 # Changelog
 
+## 0.4.4 (2013-06-19)
+ - Builder: fix a regression introduced in 0.4.3 which caused builds to fail on new clients.
+
 ## 0.4.3 (2013-06-19)
  + Builder: ADD of a local file will detect tar archives and unpack them
  * Runtime: Remove bsdtar dependency

+ 1 - 1
commands.go

@@ -29,7 +29,7 @@ import (
 	"unicode"
 )
 
-const VERSION = "0.4.3"
+const VERSION = "0.4.4"
 
 var (
 	GITCOMMIT string