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 8, 2019
1 parent 3f1cccc commit 38a2fad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.3] - 2019-09-08

### Add

- Autofill seasonId when adding a new meeting
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].2"
releaseName := "[email protected].3"
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.2 | <a class="badge-pill badge badge-warning"
<p>OverHours 1.3.3 | <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 38a2fad

Please sign in to comment.