Skip to content

Commit

Permalink
Update version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Dec 13, 2022
1 parent eabc6d3 commit 1e24dfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import kotlinx.cli.ArgType
import kotlinx.coroutines.runBlocking
import org.jetbrains.kotlin.doctor.entity.System

internal const val KDOCTOR_VERSION = "0.0.5"
internal const val KDOCTOR_VERSION = "0.0.6"

fun main(args: Array<String>) {
val parser = ArgParser("kdoctor")
Expand Down

0 comments on commit 1e24dfc

Please sign in to comment.