Skip to content

Commit 308b852

Browse files
committed
chore: Next dev version
1 parent 74805e6 commit 308b852

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

argilla-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "argilla",
3-
"version": "2.7.0",
3+
"version": "2.8.0dev0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",

argilla-server/src/argilla_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# coding: utf-8
1616
#
1717

18-
__version__ = "2.7.0"
18+
__version__ = "2.8.0dev0"

argilla/src/argilla/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.7.0"
15+
__version__ = "2.8.0dev0"

0 commit comments

Comments
 (0)