Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnyu committed Jul 3, 2024
1 parent 66ed31a commit 33d3014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion medialog.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
prod bool
)

const version = "v0.2.6-beta"
const version = "v1.0.0"

func init() {

Expand Down
2 changes: 1 addition & 1 deletion migration/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/global/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="container">
<span class="text-muted ">
<div class="float-right">
<a href="https://github.com/nyudlts/go-medialog">go-medialog v0.2.6-beta</a>
<a href="https://github.com/nyudlts/go-medialog">go-medialog v1.0.0</a>
</div>
</span>
</div>
Expand Down

0 comments on commit 33d3014

Please sign in to comment.