Skip to content

Commit

Permalink
chore(version): bump to 3.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Nov 25, 2024
1 parent 86e1696 commit bb1863d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ plugins {
}

allprojects {
val versionCode by extra { 2_006_001 }
val versionName by extra { "2.6.1" }
val versionCode by extra { 3_000_000 }
val versionName by extra { "3.0.0-SNAPSHOT" }

group = "io.github.thibaultbee.streampack"
version = versionName
Expand Down

0 comments on commit bb1863d

Please sign in to comment.