1 parent 411829d commit 46b3652Copy full SHA for 46b3652
1 file changed
src/App.vue
@@ -529,7 +529,7 @@ provide('handleChangeType', handleChangeType)
529
<a-button type="primary" :long="true" @click="handleEditHost">{{$t('edit-host-btn')}}</a-button>
530
</div>
531
</a-modal>
532
- <div class="footer" style="margin-top: 30px">{{$t('open-source')}} <a href="https://github.com/akile-network/akile_monitor">GitHub v0.0.2</a></div>
+ <div class="footer" style="margin-top: 30px">{{$t('open-source')}} <a href="https://github.com/akile-network/akile_monitor">GitHub v0.0.3</a></div>
533
<div class="footer" style="margin-bottom: 30px">Copyright © 2023-{{new Date().getFullYear()}} Akile LTD.</div>
534
535
</template>
0 commit comments