diff options
Diffstat (limited to 'tex/context/base/core-uti.lua')
-rw-r--r-- | tex/context/base/core-uti.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/core-uti.lua b/tex/context/base/core-uti.lua index 5f00d6fff..b1b830c31 100644 --- a/tex/context/base/core-uti.lua +++ b/tex/context/base/core-uti.lua @@ -35,7 +35,7 @@ local report_passes = logs.reporter("job","passes") job = job or { } local job = job -job.version = "1.20" +job.version = "1.21" -- some day we will implement loading of other jobs and then we need -- job.jobs |