Skip to content

Commit

Permalink
Set version to 0.62.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienball committed Oct 16, 2018
1 parent ba484c2 commit 0cf2a7f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion snips-nlu-ffi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-ffi"
version = "0.61.0"
version = "0.62.0-SNAPSHOT"
authors = [
"Kevin Lefevre <kevin.lefevre@snips.ai>",
"Thibaut Lorrain <thibaut.lorrain@snips.ai>"
Expand Down
2 changes: 1 addition & 1 deletion snips-nlu-ffi/kotlin/build.gradle
Expand Up @@ -11,7 +11,7 @@ buildscript {

apply plugin: 'kotlin'

version = "0.61.0"
version = "0.62.0-SNAPSHOT"
group = "ai.snips"

repositories {
Expand Down
4 changes: 2 additions & 2 deletions snips-nlu-ffi/python/snips-nlu-python-ffi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-python-ffi"
version = "0.61.0"
version = "0.62.0-SNAPSHOT"
authors = ["Adrien Ball <adrien.ball@snips.ai>"]

[lib]
Expand All @@ -10,4 +10,4 @@ crate-type = ["cdylib"]
[dependencies]
libc = "0.2"
ffi-utils = { git = "https://github.com/snipsco/snips-utils-rs", rev = "b1f4af3" }
snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", tag = "0.61.0" }
snips-nlu-ffi = { git = "https://github.com/snipsco/snips-nlu-rs", branch = "develop" }
2 changes: 1 addition & 1 deletion snips-nlu-ffi/python/snips_nlu_rust/__version__
@@ -1 +1 @@
0.61.0
0.62.0-SNAPSHOT
2 changes: 1 addition & 1 deletion snips-nlu-ffi/swift/SnipsNlu/Dependencies/build.sh
Expand Up @@ -4,7 +4,7 @@

set -e

VERSION="0.61.0"
VERSION="0.62.0-SNAPSHOT"
SYSTEM=$(echo $1 | tr '[:upper:]' '[:lower:]')
LIBRARY_NAME=libsnips_nlu_ffi
LIBRARY_NAME_A=${LIBRARY_NAME}.a
Expand Down
2 changes: 1 addition & 1 deletion snips-nlu-lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "snips-nlu-lib"
version = "0.61.0"
version = "0.62.0-SNAPSHOT"
authors = [
"Thibaut Lorrain <thibaut.lorrain@snips.ai>",
"Kevin Lefevre <kevin.lefevre@snips.ai>"
Expand Down

0 comments on commit 0cf2a7f

Please sign in to comment.