Skip to content

Commit

Permalink
🚀 DiSky v4.12.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsTheSky committed May 23, 2023
1 parent 165883b commit c31fc1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ group = 'info.itsthesky'

// Semantic Versioning
def major = '4'
def minor = '11'
def patch = '1'
def minor = '12'
def patch = '0'

def channel = ''
def channelVersion = ''
def channel = 'beta'
def channelVersion = '1'

version = major + '.' + minor + '.' + patch + (channel ? '-' + channel + channelVersion : '')

Expand Down

0 comments on commit c31fc1e

Please sign in to comment.