gristlabs_grist-core/stubs/app/common/version.ts
Paul Fitzpatrick 9b02d16bff (core) more grist-core cleanup
Summary:
 * Remove duplicate schema file
 * Move version file to a stub in grist-core
 * Simplify sandbox creation in grist-core (although not functional until sandbox code moved)
 * Add a minimal test for buildability

Test Plan: added test

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2560
2020-07-23 16:21:08 -04:00

5 lines
148 B
TypeScript

// version tracking not set up in grist-core yet
export const version = "0.1.1";
export const channel = "core";
export const gitcommit = "unknown";