Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jagottsicher committed Sep 26, 2023
1 parent 13f66a9 commit 8c330f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@
# Exclude my Database Setup
database.yml

# an update script in production
update.sh

# log directory in production
logs/

# ignore the git language inclusion
.gitattributes
2 changes: 1 addition & 1 deletion cmd/web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const portNumber = ":8080"
const versionNumber = "v1.0.169"
const versionNumber = "v1.0.175"

var app config.AppConfig
var session *scs.SessionManager
Expand Down

0 comments on commit 8c330f5

Please sign in to comment.