Skip to content

Commit

Permalink
Release 4.10.0-dev.23
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Dec 18, 2024
1 parent bf42e61 commit 30f55bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.9'
services:
running_on_dart:
image: ghcr.io/nyxx-discord/running_on_dart:4.10.0-dev.22
image: ghcr.io/nyxx-discord/running_on_dart:4.10.0-dev.23
container_name: running_on_dart
env_file:
- .env
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": "fr",
"version": "4.10.0-dev.22",
"version": "4.10.0-dev.23",
"private": true,
"dependencies": {
"@emotion/react": "^11.13.5",
Expand Down
2 changes: 1 addition & 1 deletion lib/src/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dart:io';

import 'package:nyxx/nyxx.dart';

String get version => '4.10.0-dev.22';
String get version => '4.10.0-dev.23';

/// Get a [String] from an environment variable, throwing an exception if it is not set.
///
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: running_on_dart
version: 4.10.0-dev.22
version: 4.10.0-dev.23
description: Discord Bot for nyxx development
homepage: https://github.com/nyxx-discord/running_on_dart
repository: https://github.com/nyxx-discord/running_on_dart
Expand Down

0 comments on commit 30f55bd

Please sign in to comment.