Skip to content

Commit

Permalink
Update version bumping logic and added test for it
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Bisset committed Apr 9, 2024
1 parent d97c3df commit 8dce0dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-build/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ID=io.github.kmbisset89.semver.plugin
VERSION=1.0.35
VERSION=1.0.36
GROUP=io.github.kmbisset89.semver
DISPLAY_NAME=SemVer Plugin
DESCRIPTION=Gradle plugin for managing semantic versioning.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class DetermineCurrentVersionTest {
val version = determineCurrentVersion.determineCurrentVersion(
"C:\\dev\\git\\HERC",
"root",
mockk(),
mockFactory,
mockGitFactory,
revWalkFactory
Expand Down

0 comments on commit 8dce0dd

Please sign in to comment.