summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-09-23 09:38:32 +0300
committerlost+skunk <[email protected]>2024-09-23 09:38:32 +0300
commit191984b31ef228c4077904a2831a2af593352670 (patch)
tree33d8dd464d525ce2ad8c92a749436f1c12442800 /main.go
parentc39399403e031a8c1ad53969770e4261d2c9e7aa (diff)
downloadskunky-art-191984b31ef228c4077904a2831a2af593352670.tar.gz
skunky-art-191984b31ef228c4077904a2831a2af593352670.tar.bz2
skunky-art-191984b31ef228c4077904a2831a2af593352670.zip
v1.3.2v1.3.2
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 3dc4374..d7009ae 100644
--- a/main.go
+++ b/main.go
@@ -9,7 +9,7 @@ import (
)
func main() {
- app.Release.Version = "1.3.2-alpha"
+ app.Release.Version = "1.3.2"
app.Release.Description = "Two API endpoints and template embedding into binary"
go app.RefreshInstances()