Skip to content
This repository was archived by the owner on Jan 17, 2026. It is now read-only.

Commit d863fda

Browse files
author
Aditya Pillai
authored
Merge pull request #24 from QuantumStack/dev
CMULab v1.4.2
2 parents d72bdbe + c91849b commit d863fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/util/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const axios = require('axios');
22

33
// current version
4-
const current = 'v1.4';
4+
const current = 'v1.4.2';
55
let latest;
66

77
// look for a new release on github

0 commit comments

Comments
 (0)