Skip to content

Commit f2fd66c

Browse files
committed
bump version v6.10.5
1 parent 3c2e6f2 commit f2fd66c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313

1414
### Fixed
1515

16+
## [6.10.5] - 2024-11-05
17+
18+
### Fixed
19+
20+
- use Nexus URL environment variable for internal releases
21+
1622
## [6.10.4] - 2024-10-29
1723

1824
### Fixed

lib/sbmt/outbox/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Sbmt
44
module Outbox
5-
VERSION = "6.10.4"
5+
VERSION = "6.10.5"
66
end
77
end

0 commit comments

Comments
 (0)