Skip to content

Commit

Permalink
[TS-1623] Updated sailfish to 3.3.132 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro authored Aug 25, 2023
1 parent 4ea08d7 commit ea14fda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Connect (3.11.0)
# Connect (3.11.1)

The "Connect" component is responsible for the communication with a target system.
This component implements the logic of the interaction protocol, receiving and sending messages from and to the system, respectively.
Expand Down Expand Up @@ -119,6 +119,9 @@ spec:

## Release notes

### 3.11.1
+ Updated `sailfish-core` version from `3.3.54` to `3.3.132`

### 3.11.0

+ Updated `sailfish-core` version from `3.2.1741` to `3.3.54`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencyCheck {
}

ext {
sailfishVersion = '3.3.54'
sailfishVersion = '3.3.132'
}

ext.excludeSailfish = { rcd ->
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = 3.11.0
release_version = 3.11.1

0 comments on commit ea14fda

Please sign in to comment.