Skip to content

Commit

Permalink
chore: release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djohts committed Jun 17, 2024
1 parent c0b3b5b commit 9c6c9f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.6.1 (2024-06-17)

forgot to update version constant

**Full Changelog**: https://github.com/djohts/tpc-truckersmp/compare/v2.6.0...v2.6.1

## 2.6.0 (2024-06-17)

- Added toggleable refueling for current vehicle
Expand Down
2 changes: 1 addition & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package constants

const (
APP_VERSION = `2.5.2`
APP_VERSION = `2.6.1`

ETS = `Euro Truck Simulator 2`
ATS = `American Truck Simulator`
Expand Down

0 comments on commit 9c6c9f1

Please sign in to comment.