We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79808e1 commit c8eb7b9Copy full SHA for c8eb7b9
CHANGELOG.md
@@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
-## Unreleased
8
-- No changes yet.
+## [1.18.2] - 2025-05-08
+### Fixed
9
+
10
+- The exported Version string incorrectly containing "-dev".
11
12
## [1.18.1] - 2025-03-03
13
### Changed
version.go
@@ -21,4 +21,4 @@
21
package dig
22
23
// Version of the library.
24
-const Version = "1.18.1-dev"
+const Version = "1.18.2"
0 commit comments