Skip to content

Commit

Permalink
update next version v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luminousmining committed Jan 14, 2025
1 parent 14008f2 commit 26e4d38
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.22)
project(luminousminer VERSION 0.5)
project(luminousminer VERSION 0.6)

enable_language(C)
enable_language(CXX)
Expand Down
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Roadmap

current version `v0.5`
current version `v0.6`

+ step 1
- [x] GPU mining Nvidia
Expand All @@ -25,7 +25,7 @@ current version `v0.5`
- [x] algo meowcoin

+ step 2
- [ ] algo progpow_quai
- [x] algo progpow_quai
- [ ] algo ethashb3
- [ ] profile smart mining
- [ ] benchmark
Expand Down
2 changes: 1 addition & 1 deletion setup/config.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Global variables
VERSION=0.5
VERSION=0.6
PROJECT=luminousminer
EXE=miner
2 changes: 1 addition & 1 deletion sources/common/app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
namespace common
{
constexpr uint8_t VERSION_MAJOR{ 0 };
constexpr uint8_t VERSION_MINOR{ 5 };
constexpr uint8_t VERSION_MINOR{ 6 };
}

0 comments on commit 26e4d38

Please sign in to comment.