Skip to content

Commit

Permalink
chore: Set dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
damianpumar committed Apr 18, 2024
1 parent 1a42065 commit a9228f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argilla",
"version": "1.27.0",
"version": "1.28.0-dev",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down
2 changes: 1 addition & 1 deletion src/argilla/_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 = "1.27.0"
version = "1.28.0-dev"

0 comments on commit a9228f1

Please sign in to comment.