aboutsummaryrefslogtreecommitdiffhomepage
path: root/views/version.txt
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-11-20 10:38:35 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-11-20 12:36:10 -0500
commitc6ee6dc7e5de7f8a16e8591603301993b6304e23 (patch)
treeaacb3f1968ed556e7119ed98a9c489dc48df7ca4 /views/version.txt
parentocda, structs (replacing tuples) (diff)
0.14.0
Diffstat (limited to 'views/version.txt')
-rw-r--r--views/version.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/version.txt b/views/version.txt
index ad5e4e8..c9adcb7 100644
--- a/views/version.txt
+++ b/views/version.txt
@@ -4,7 +4,7 @@ struct Version {
int minor;
int patch;
}
-enum _ver = Version(0, 13, 0);
+enum _ver = Version(0, 14, 0);
version (Posix) {
version (DigitalMars) {
} else version (LDC) {