Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
object Conf {
const val GROUP = "net.kigawa"
// Base version - will be modified based on branch name if available
const val BASE_VERSION = "1.0.1"
const val BASE_VERSION = "1.2.1"
}

// Determine version based on branch name
Expand Down
Loading