Last active
August 29, 2015 14:16
-
-
Save dunn/b4a5c15815b9067d0dcf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/hugolib/hugo.go b/hugolib/hugo.go | |
index 17ca1c2..9f9d189 100644 | |
--- a/hugolib/hugo.go | |
+++ b/hugolib/hugo.go | |
@@ -4,7 +4,7 @@ import ( | |
"html/template" | |
) | |
-const Version = "0.13-DEV" | |
+const Version = "0.13" | |
var ( | |
CommitHash string |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment