From 33d301425dcb2f0b1e69890b620b10dc4577e5d8 Mon Sep 17 00:00:00 2001 From: Don Mennerich Date: Wed, 3 Jul 2024 17:33:59 -0400 Subject: [PATCH] v1.0.0 --- medialog.go | 2 +- migration/migrate.go | 2 +- templates/global/footer.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/medialog.go b/medialog.go index e2b91bb..d8a733b 100644 --- a/medialog.go +++ b/medialog.go @@ -20,7 +20,7 @@ var ( prod bool ) -const version = "v0.2.6-beta" +const version = "v1.0.0" func init() { diff --git a/migration/migrate.go b/migration/migrate.go index 0bc05ae..42fdca0 100644 --- a/migration/migrate.go +++ b/migration/migrate.go @@ -16,7 +16,7 @@ import ( "github.com/nyudlts/go-medialog/models" ) -const version = "v0.2.6-beta" +const version = "v1.0.0" var ( test bool diff --git a/templates/global/footer.html b/templates/global/footer.html index aafd1d6..fad0319 100644 --- a/templates/global/footer.html +++ b/templates/global/footer.html @@ -4,7 +4,7 @@