Skip to content

Commit 2af2428

Browse files
author
Joe O'Connor
committed
Updated version number and date
1 parent 4c4c1fe commit 2af2428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/defs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
using namespace std;
2929

3030
// Version and release date
31-
const string version = "v1.0.2";
32-
const string date = "7th February 2020";
31+
const string version = "v1.0.3";
32+
const string date = "10th June 2020";
3333

3434
// Number of dimensions and lattice velocities
3535
const int dims = 2;

0 commit comments

Comments
 (0)