Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed May 19, 2024
1 parent ef167d8 commit 41ba6a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!-- THIS FILE IS GENERATED AUTOMATICALLY. -->
<!-- DO NOT EDIT THIS FILE. -->
<!-- EDIT README.md.template INSTEAD. -->
# x86ISTMB v1.0.0
# x86ISTMB v1.1.0


![CI Status](https://github.com/ethanuppal/cs3110_compiler/actions/workflows/ci.yaml/badge.svg)

> "x86 is simple trust me bro"
> Last updated: 2024-05-16 21:28:48.036877
> Last updated: 2024-05-19 14:04:20.689701
```
$ ./main -h
Expand All @@ -23,7 +23,7 @@ Usage: ./main [-h|-v]
```
```
$ ./main -v
x86ISTMB v1.0.0
x86ISTMB v1.1.0
Written by: Utku Melemeti, Ethan Uppal, Jeffrey Huang, Vijay Shanmugam, Jason Klein
```
Expand Down
2 changes: 1 addition & 1 deletion bin/meta.ml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type t = {
let get : t =
{
name = "x86ISTMB";
version = Version.make 1 0 0;
version = Version.make 1 1 0;
description = "CS 3110 final project";
authors =
[
Expand Down

0 comments on commit 41ba6a5

Please sign in to comment.