Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
sostrovskyi committed Apr 4, 2023
1 parent 512b420 commit 353d326
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile.gosh-prepare-rc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pipeline {
}
}

stage('Tests') {
/*stage('Tests') {
agent {
docker {
image 'jenkins-docker-agent:1'
Expand Down Expand Up @@ -145,7 +145,7 @@ pipeline {
archiveArtifacts artifacts: "monitoring/gosh-mon/test-errors/*.png"
}
}
}
}*/

stage('Prerelease: Git Helper - bin') {
agent {
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

REPO_OWNER=gosh-sh
REPO=gosh
RELEASE=rc-3.0.16
RELEASE=rc-3.0.17

# TODO: get it from one source with binary

Expand Down
2 changes: 1 addition & 1 deletion v1_x/git-remote-gosh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ['git-remote', 'git', 'gosh']
name = 'git-remote-gosh'
resolver = '2'
rust-version = "1.65"
version = '3.0.16'
version = '3.0.17'

[profile.profiling]
debug = 1
Expand Down
2 changes: 1 addition & 1 deletion v2_x/git-remote-gosh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ['git-remote', 'git', 'gosh']
name = 'git-remote-gosh'
resolver = '2'
rust-version = "1.65"
version = '3.0.16'
version = '3.0.17'

[profile.profiling]
debug = 1
Expand Down
2 changes: 1 addition & 1 deletion v3_x/git-remote-gosh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ['git-remote', 'git', 'gosh']
name = 'git-remote-gosh'
resolver = '2'
rust-version = "1.65"
version = '3.0.14'
version = '3.0.17'

[profile.profiling]
debug = 1
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.0.16"
"version": "3.0.17"
}

0 comments on commit 353d326

Please sign in to comment.