Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2014-09-03 19:28:40 +0400
committerspf13 <steve.francia@gmail.com>2014-09-03 19:28:40 +0400
commit7b3df2386d25791253c1c784bd399f746cd7aef4 (patch)
tree8749cf398ec91f2966f6ca7f10bb620a051a67a0 /commands/version.go
parentefc98a3b1fee0069a162801dbdfd8d0694c7a75e (diff)
Bumping Version to 0.13-DEV
Diffstat (limited to 'commands/version.go')
-rw-r--r--commands/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/version.go b/commands/version.go
index 6c7d14cfb..c5490dda4 100644
--- a/commands/version.go
+++ b/commands/version.go
@@ -24,6 +24,6 @@ var version = &cobra.Command{
Short: "Print the version number of Hugo",
Long: `All software has versions. This is Hugo's`,
Run: func(cmd *cobra.Command, args []string) {
- fmt.Println("Hugo Static Site Generator v0.12")
+ fmt.Println("Hugo Static Site Generator v0.13-DEV")
},
}