mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-20 18:10:07 +00:00
5 lines
169 B
C
5 lines
169 B
C
#ifndef MLRVERS_H
|
|
#define MLRVERS_H
|
|
// Manually increment on updates to https://github.com/johnkerl/miller/releases
|
|
#define MLR_VERSION "v3.0.1-dev"
|
|
#endif // MLRVERS_H
|