Skip to content

Commit

Permalink
update version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kennhung committed Sep 6, 2019
1 parent 3582003 commit b957e27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run:
name: Sentry release
command: |
VERSION="[email protected].1"
VERSION="[email protected].2"
echo $VERSION
sentry-cli releases new -p overhours $VERSION
sentry-cli releases set-commits --auto $VERSION
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
}

if !debug {
releaseName := "[email protected].1"
releaseName := "[email protected].2"
sentryClientOption.Release = releaseName
}

Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div class="ml-md-5 ml-2 mr-md-5 mr-2">
<hr>
<div class="text-center">
<p>OverHours 1.3.1 | <a class="badge-pill badge badge-warning"
<p>OverHours 1.3.2 | <a class="badge-pill badge badge-warning"
href="https://github.com/Team6083/OverHours/issues">Bugs report</a></p>
</div>
</div>
Expand Down

0 comments on commit b957e27

Please sign in to comment.