mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-24 16:38:57 +00:00
5 lines
165 B
C
5 lines
165 B
C
#ifndef MLRVERS_H
|
|
#define MLRVERS_H
|
|
// Manually increment on updates to https://github.com/johnkerl/miller/releases
|
|
#define MLR_VERSION "v2.2.1"
|
|
#endif // MLRVERS_H
|