Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
driessamyn committed Feb 12, 2022
1 parent a2ec0d1 commit 4bbaffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.7.+")
}

version = "0.0.1"
version = "0.0.2"

tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
kotlinOptions {
Expand Down
2 changes: 1 addition & 1 deletion http/src/main/kotlin/kafkasnoop/Server.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class Server(private val kafkaClientFactory: KafkaClientFactory) {
install(OpenAPIGen) {
// basic info
info {
version = "0.0.1"
version = "0.0.2"
title = "KafkaSnoop API"
description = "HTTP API for Snooping on Kafka messages"
}
Expand Down

0 comments on commit 4bbaffe

Please sign in to comment.