Skip to content

Commit

Permalink
contest badge removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorg95 committed Apr 18, 2023
1 parent 6db54b3 commit 6f9d1b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ISC-DEV

[![Gitter](https://img.shields.io/badge/chat-on%20telegram-blue.svg)](https://t.me/joinchat/FoZ4MxGETT0_VsVglVl0DA)
[![Gitter](https://img.shields.io/static/v1?label=Vote%20for%20my%20App&message=InterSystems%20IRIS%20Contest&labelColor=%23333695&color=%2300b2a9)](https://openexchange.intersystems.com/contest/current)
[![Quality Gate Status](https://community.objectscriptquality.com/api/project_badges/measure?project=intersystems_iris_community%2Fisc-dev&metric=alert_status)](https://community.objectscriptquality.com/dashboard?id=intersystems_iris_community%2Fisc-dev)

Export/Import source code (classes, macro, routines) and DeepSee artefacts(pivots, dashboards, termlists, pivot variables, shared measures) from and to InterSystems Data Platform products(Caché, Ensemble, IRIS). Support versions from 2016.2
Expand Down
2 changes: 1 addition & 1 deletion src/dev/code.cls
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Class dev.code [ Abstract ]
{

Parameter version = "1.4.12";
Parameter version = "1.4.13";

/// export all available code
ClassMethod export(mask = "", generated = 0, system = 0, percent = 0, mapped = 0, dfi = 0)
Expand Down

0 comments on commit 6f9d1b4

Please sign in to comment.