File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 <LangVersion >9</LangVersion >
55 <Nullable >enable</Nullable >
66 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
7- <PackageVersion >0.8.0-alpha </PackageVersion >
7+ <PackageVersion >0.8.0-beta </PackageVersion >
88 <Authors >Obecto EOOD</Authors >
99 <RepositoryUrl >https://github.com/obecto/perper</RepositoryUrl >
1010 <Title >Perper for .NET</Title >
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ def run(self):
5757
5858setup (
5959 name = "Perper" ,
60- version = "0.8.0a0 " ,
60+ version = "0.8.0b0 " ,
6161 packages = ["perper" ],
6262 long_description = long_description ,
6363 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ val compileKotlin: KotlinCompile by tasks
4545compileKotlin.kotlinOptions.freeCompilerArgs + = " -Xopt-in=kotlin.RequiresOptIn"
4646
4747application {
48- version = " 0.7.1 "
48+ version = " 0.8.0 "
4949 mainClass.set(" com.obecto.perper.fabric.Main" )
5050 description = " Perper Fabric"
5151}
You can’t perform that action at this time.
0 commit comments