Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Oct 5, 2022
1 parent fb05b11 commit 58e1a5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
rubrix:
image: recognai/rubrix:v0.15.0
image: recognai/rubrix:v0.18.0
restart: unless-stopped
ports:
- "6900:80"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rubrix",
"version": "0.15.0",
"version": "0.18.0",
"private": true,
"eslintIgnore": [
"node_modules/**/*",
Expand Down
2 changes: 1 addition & 1 deletion src/rubrix/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

# coding: utf-8
version = "0.17.0"
version = "0.18.0"

0 comments on commit 58e1a5b

Please sign in to comment.