diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-12-02 12:53:52 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 5f238cfa5122fefbee7769e36fd07df060a85b4c (patch) | |
tree | c18731cfebd484ce92af84917ec3aad2c3a18c97 /views/version.txt | |
parent | 0.22.0 document matters & pod matters structs (diff) |
0.23.0 make image list available early for sisupod
- have information needed for building source pods available early
- don't do extra scan (for images) unless building of source pod
requested
Diffstat (limited to 'views/version.txt')
-rw-r--r-- | views/version.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/version.txt b/views/version.txt index 003d862..12e05c9 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 22, 0); +enum ver = Version(0, 23, 0); version (Posix) { version (DigitalMars) { } else version (LDC) { |