Skip to content

Commit

Permalink
chore(main): release 0.1.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 17, 2023
1 parent 4c63016 commit 904b9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# KDriller

[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
[![Download](https://img.shields.io/maven-central/v/io.github.kevinah95/kdriller/0.1.6)](https://central.sonatype.com/artifact/io.github.kevinah95/kdriller) <!--- x-release-please-version -->
[![Download](https://img.shields.io/maven-central/v/io.github.kevinah95/kdriller/0.1.7-SNAPSHOT)](https://central.sonatype.com/artifact/io.github.kevinah95/kdriller) <!--- x-release-please-version -->
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.0-blue.svg?logo=kotlin)](http://kotlinlang.org)

KDriller is a Kotlin framework that helps developers in analyzing Git repositories. With KDriller you can easily extract information about **commits**, **developers**, **modified files**, **diffs**, and **source code**.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.kevinah95"
version = "0.1.6" // x-release-please-version
version = "0.1.7-SNAPSHOT" // x-release-please-version

repositories {
mavenCentral()
Expand Down

0 comments on commit 904b9bf

Please sign in to comment.