Skip to content

Commit a7e58cf

Browse files
committed
chore: update version to 0.6.7-SNAPSHOT
1 parent e749054 commit a7e58cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lazy val commonSettings = Seq(
22
organization := "com.nulabinc",
3-
version := "0.6.6",
3+
version := "0.6.7-SNAPSHOT",
44
scalaVersion := "2.13.6",
55
scalacOptions ++= Seq(
66
"-deprecation",

src/main/resources/application.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
application {
22
name = "Backlog Migration for Jira"
3-
version = "0.6.6"
3+
version = "0.6.7-SNAPSHOT"
44
title = ${application.name} ${application.version} (c) nulab.inc
55
fileName = backlog-migration-jira-${application.version}.jar
66
product = "jira"

0 commit comments

Comments
 (0)