diff --git a/src/help/Command.html b/src/help/Command.html
index e95ab644..c4acdbf8 100644
--- a/src/help/Command.html
+++ b/src/help/Command.html
@@ -1,5 +1,5 @@
-
RARS 1.5 help contents
+RARS 1.6 help contents
diff --git a/src/help/Debugging.html b/src/help/Debugging.html
index 2913c33b..5e8831c6 100644
--- a/src/help/Debugging.html
+++ b/src/help/Debugging.html
@@ -1,5 +1,5 @@
-RARS 1.5 help contents
+RARS 1.6 help contents
diff --git a/src/help/History.html b/src/help/History.html
index f0c1b4af..8c8cd04a 100644
--- a/src/help/History.html
+++ b/src/help/History.html
@@ -4,10 +4,16 @@
RARS - RISC-V Assembler and Runtime Simulator
-Release 1.5
-July 2020
+Release 1.6
+February 2023
Release History
+
+ RARS 1.6 was released in February 2023.
+ It added some minor features and bugfixes that accumulated
+ A full changelist is availible at https://github.com/TheThirdOne/rars/releases/tag/v1.6
+
+
RARS 1.5 was released in July 2020.
diff --git a/src/help/IDE.html b/src/help/IDE.html
index 31dbe120..f7c114ee 100644
--- a/src/help/IDE.html
+++ b/src/help/IDE.html
@@ -1,5 +1,5 @@
-
RARS 1.5 help contents
+RARS 1.6 help contents
diff --git a/src/help/Intro.html b/src/help/Intro.html
index 5c44ec41..fe6db650 100644
--- a/src/help/Intro.html
+++ b/src/help/Intro.html
@@ -1,5 +1,5 @@
-RARS 1.5 help contents
+RARS 1.6 help contents
diff --git a/src/help/Limits.html b/src/help/Limits.html
index 9b55d051..e7ffd356 100644
--- a/src/help/Limits.html
+++ b/src/help/Limits.html
@@ -1,5 +1,5 @@
-RARS 1.5 help contents
+RARS 1.6 help contents
diff --git a/src/help/Tools.html b/src/help/Tools.html
index eaf19fef..faea92e4 100644
--- a/src/help/Tools.html
+++ b/src/help/Tools.html
@@ -1,5 +1,5 @@
-RARS 1.5 help contents
+RARS 1.6 help contents
diff --git a/src/rars/Globals.java b/src/rars/Globals.java
index 19f653f0..7ba6ee40 100644
--- a/src/rars/Globals.java
+++ b/src/rars/Globals.java
@@ -100,7 +100,7 @@ public class Globals {
/**
* The current version number. Can't wait for "initialize()" call to get it.
*/
- public static final String version = "1.5";
+ public static final String version = "1.6";
/**
* List of accepted file extensions for RISCV assembly source files.
*/