diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2020-01-25 14:21:22 +0100 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2020-01-25 14:21:22 +0100 |
commit | c6edb25fe253eba16762716525ad4263daf66214 (patch) | |
tree | 6e1b8dfea69ed76c27800e49f2d002eaee258b39 /main.go | |
parent | make node_modules a order-only prerequisite (#9923) (diff) | |
download | forgejo-c6edb25fe253eba16762716525ad4263daf66214.tar.xz forgejo-c6edb25fe253eba16762716525ad4263daf66214.zip |
chore: update default version (#9916)
* chore: update default version
* use develop
Co-Authored-By: 6543 <6543@obermui.de>
* Update main.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ import ( var ( // Version holds the current Gitea version - Version = "1.9.0-dev" + Version = "development" // Tags holds the build tags used Tags = "" // MakeVersion holds the current Make version if built with make |