Skip to content

Commit cd42d20

Browse files
committed
Version 1.4.3
1 parent 00a0761 commit cd42d20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ task generateChangelog {
9999
def lastTag = getLastVersion()
100100
def currentTag = project.mod_version
101101

102-
def commitLog = System.getProperty("os.name").toLowerCase(Locale.ENGLISH).startsWith("windows") ? "B" : "b"
102+
def commitLog = "B"
103103

104104
def commits = "git log --max-count=100 --pretty=format:%$commitLog $lastTag..$currentTag".execute()
105105
println "Last version: $lastTag"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx2G
55
minecraft_version=1.16.5
66
fabric_loader_version=0.11.1
77
# Mod Properties
8-
mod_version=1.4.2
8+
mod_version=1.4.3
99
maven_group=com.oroarmor
1010
archives_base_name=netherite-plus-mod
1111
project_name=Netherite Plus Mod

0 commit comments

Comments
 (0)