aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-04-23 12:07:22 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitdb92f9af3293f8009543448a100b08b7a2f2ffbe (patch)
tree026d884db374b4ab6c575b2b56edc2526de4adc4 /views
parentsqlite3 some stuff & rearrange files, dlang, org (diff)
0.26.1 single sqlite file, premature?
Diffstat (limited to 'views')
-rw-r--r--views/version.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/version.txt b/views/version.txt
index b3b647a..e143575 100644
--- a/views/version.txt
+++ b/views/version.txt
@@ -4,7 +4,7 @@ struct Version {
int minor;
int patch;
}
-enum ver = Version(0, 26, 0);
+enum ver = Version(0, 26, 1);
version (Posix) {
version (DigitalMars) {
} else version (LDC) {