Browse code

Bump version to 0.4.4

Solomon Hykes authored on 2013/06/21 06:33:59
Showing 2 changed files
... ...
@@ -1,5 +1,8 @@
1 1
 # Changelog
2 2
 
3
+## 0.4.4 (2013-06-19)
4
+ - Builder: fix a regression introduced in 0.4.3 which caused builds to fail on new clients.
5
+
3 6
 ## 0.4.3 (2013-06-19)
4 7
  + Builder: ADD of a local file will detect tar archives and unpack them
5 8
  * Runtime: Remove bsdtar dependency
... ...
@@ -29,7 +29,7 @@ import (
29 29
 	"unicode"
30 30
 )
31 31
 
32
-const VERSION = "0.4.3"
32
+const VERSION = "0.4.4"
33 33
 
34 34
 var (
35 35
 	GITCOMMIT string