mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-05-02 04:20:29 -05:00
Changed version number, final release
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Gokapi
|
||||
[](https://gokapi.readthedocs.io/en/stable/?badge=stable)
|
||||
[](https://goreportcard.com/report/github.com/forceu/gokapi)
|
||||
<a href='https://github.com/jpoles1/gopherbadger' target='_blank'></a>
|
||||
<a href='https://github.com/jpoles1/gopherbadger' target='_blank'></a>
|
||||
[](https://hub.docker.com/r/f0rc3/gokapi/)
|
||||
|
||||
|
||||
|
||||
+2
-2
@@ -22,9 +22,9 @@ import (
|
||||
|
||||
// Version is the current version in readable form.
|
||||
// The go generate call below needs to be modified as well
|
||||
const Version = "1.2.1-dev"
|
||||
const Version = "1.3.0"
|
||||
|
||||
//go:generate sh "../../build/setVersionTemplate.sh" "1.2.1-dev"
|
||||
//go:generate sh "../../build/setVersionTemplate.sh" "1.3.0"
|
||||
|
||||
// Main routine that is called on startup
|
||||
func main() {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
{{define "app_name"}}Gokapi{{end}}
|
||||
{{define "version"}}1.2.1-dev{{end}}
|
||||
{{define "version"}}1.3.0{{end}}
|
||||
|
||||
Reference in New Issue
Block a user