Skip to content

Instantly share code, notes, and snippets.

@dunn
Last active August 29, 2015 14:16
Show Gist options
  • Save dunn/b4a5c15815b9067d0dcf to your computer and use it in GitHub Desktop.
Save dunn/b4a5c15815b9067d0dcf to your computer and use it in GitHub Desktop.
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