Skip to content

Commit

Permalink
Build: next version for SNAPSHOT 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Whathecode committed Mar 19, 2024
1 parent da53151 commit 2db3c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ buildscript {
ext {
// Version used for submodule artifacts.
// Snapshot publishing changes (or adds) the suffix after '-' with 'SNAPSHOT' prior to publishing.
globalVersion = '1.2.0'
clientsVersion = '1.2.0-alpha.1' // The clients subsystem is still expected to change drastically.
globalVersion = '1.2.1'
clientsVersion = '1.2.1-alpha.1' // The clients subsystem is still expected to change drastically.

versions = [
// Kotlin multiplatform versions.
Expand Down

0 comments on commit 2db3c01

Please sign in to comment.