Skip to content

Commit

Permalink
Set version to 2.8.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Oct 30, 2021
1 parent 3f51867 commit 919498c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
@file:Suppress("ObjectPropertyName", "ObjectPropertyName", "unused", "MemberVisibilityCanBePrivate")

import org.gradle.api.attributes.Attribute
import org.gradle.kotlin.dsl.*
import org.gradle.kotlin.dsl.exclude
import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler

object Versions {
const val project = "2.8.0-M1"
const val project = "2.8.0-RC"

const val core = project
const val console = project
Expand Down

0 comments on commit 919498c

Please sign in to comment.