Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 400cb4c

Browse files
committed
chore: Bump version to 1.2.3
1 parent 3f19050 commit 400cb4c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rce-engine"
3-
version = "1.2.2"
3+
version = "1.2.3"
44
authors = ["Success Kingsley <hello@xosnrdev.tech>"]
55
edition = "2021"
66

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ pkgs ? import <nixpkgs> { } }:
22
pkgs.rustPlatform.buildRustPackage rec {
33
pname = "rce-engine";
4-
version = "1.2.2";
4+
version = "1.2.3";
55
cargoLock.lockFile = ./Cargo.lock;
66
src = pkgs.lib.cleanSource ./.;
77
}

docs/install/ubuntu-22.04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ usermod -aG docker rce
2828
```bash
2929
mkdir /home/rce/bin
3030
cd /home/rce/bin
31-
wget https://github.com/toolkithub/rce-engine/releases/download/v.1.2.2/rce-engine_linux-x64.tar.gz
31+
wget https://github.com/toolkithub/rce-engine/releases/download/v.1.2.3/rce-engine_linux-x64.tar.gz
3232
tar -zxf rce-engine_linux-x64.tar.gz
3333
rm rce-engine_linux-x64.tar.gz
3434
chown -R rce:rce /home/rce/bin

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#+-------------------------------------------------------------------------------------------------------------------------------------+
44
# Author: Success Kingsley <hello@xosnrdev.tech>
55
# Last Updated: 2024-09-16
6-
# Version: 1.2.2
6+
# Version: 1.2.3
77
# License: MIT
88
# Description: This script installs the rce-engine on an Ubuntu 22.04 or latest machine.
99
# Usage: curl -fsSL https://raw.githubusercontent.com/toolkithub/rce-engine/main/scripts/install.sh -o install.sh \
@@ -75,7 +75,7 @@ sudo mkdir -p /home/rce/bin
7575
cd /home/rce/bin
7676

7777
log "Downloading rce-engine binary..."
78-
curl -LO https://github.com/toolkithub/rce-engine/releases/download/v1.2.2/rce-engine_linux-x64.tar.gz || error "Failed to download rce-engine binary"
78+
curl -LO https://github.com/toolkithub/rce-engine/releases/download/v1.2.3/rce-engine_linux-x64.tar.gz || error "Failed to download rce-engine binary"
7979

8080
log "Extracting rce-engine binary..."
8181
sudo tar -zxf rce-engine_linux-x64.tar.gz || error "Failed to extract rce-engine binary"

0 commit comments

Comments
 (0)