Skip to content

Commit

Permalink
Update to 2.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
awolverp committed Feb 4, 2023
1 parent c9267db commit 9a50960
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.10] - 2023-2-4
### Fixed
- Fixed go.mod error

## [2.4.9] - 2023-2-4
### Fixed
- Project main application
Expand Down
2 changes: 1 addition & 1 deletion internal/kickcore/kickcore.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (core *Core) Serve(addr string) error {
}

var (
version string = "2.4.9"
version string = "2.4.10"
)

func Version() string { return "v" + version }
Expand Down

0 comments on commit 9a50960

Please sign in to comment.