From 7ad05ce210e422b4bcbaf074b90f1ec7ecdeb404 Mon Sep 17 00:00:00 2001
From: Unknown <joe2010xtmf@163.com>
Date: Wed, 16 Apr 2014 04:12:31 -0400
Subject: Fix #80

---
 gogs.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gogs.go')

diff --git a/gogs.go b/gogs.go
index 83d9b9c3..84cf2589 100644
--- a/gogs.go
+++ b/gogs.go
@@ -19,7 +19,7 @@ import (
 // Test that go1.2 tag above is included in builds. main.go refers to this definition.
 const go12tag = true
 
-const APP_VER = "0.3.0.0415 Alpha"
+const APP_VER = "0.3.0.0416 Alpha"
 
 func init() {
 	base.AppVer = APP_VER
-- 
cgit v1.2.3